﻿art_wrpcharset "utf-8";

/*reset开始*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

:focus {
	outline:none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}





html {
    background:white;
    color:black;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea {
    font:14px '微软雅黑',arial,sans-serif;
}
input,select,textarea {
    font-size:100%;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识，li 会继承 */
ol,ul {
    list-style:none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
/*    text-decoration:underline; */
    text-decoration:none;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
    display:none;
}
.block {
    display:block;
}
/* 设置浮动，减少浮动带来的 bug */
.fl,.fr {
    display:inline;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
/*reset结束*/



/* CSS Document */
*{
	margin:0;
	padding:0;
	/*overflow:hidden*/
}
body{
	font-family:"微软雅黑";
	font-size:15px;
	color:#454545;
	background: #FCFCFC;
}
a{
	text-decoration:none;
	color:#454545;
}
ol, ul ,li{
	list-style: none;
}
img {
	border: 0; 
	vertical-align:middle;
}
.nei{
	max-width: 1110px;
	margin:0 auto;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.top_wrap{
	max-width:100%;
	background:#f5f5f5;
}
.top{
	max-width:1110px;
	height: 102px;
	margin:0 auto;
}
.logo{
	width:50%;
	height:90px;
	margin-top:6px;
}
.top_r{
	width:50%;
	height:74px;
	margin-top:28px;
}
.top_r p{
	clear:both;
}
.language{
	font-size: 13px;
}
.top_menu{
	clear:both;
	margin-top:20px;
}
.top_menu li{
	display: inline;
}
.nav *{
	text-decoration:none;
	font-size:16px;	
}
.nav * a:hover{
	background:url(/images/2018/nav_hover.png) repeat-x;
}
.menu{
	list-style:none;
	height:40px;
	width:100%;
	background:url(/images/2018/nav_bg.png) repeat-x;
	z-index: 9999;
}
/*.nav{ background-color: #3657a5;}*/
.nav{
	list-style:none;
	height:40px;
	max-width:1110px;
	margin:0 auto;		
}
.nav li{
	width: 150px;
	float:left;
	text-align: center;
	position:relative;
	background:url(/images/2018/nav_line.png) no-repeat top right;
	z-index: 9999;
}

.nav li a{
	width: 100%;
	color:#fff;
	height:40px;
	line-height:40px;
	display:inline-block;
}
.nav li a:focus{ 
	-moz-outline-style: none; 
}
.nav li .sub-nav{
	position:absolute;
	top:39px;
/*	left:-1px;*/
	list-style:none;
	background-color:rgba(4,72,135,0.9);
    background:#044887\9; filter:alpha(opacity=90);
	display:none;
	z-index: 9999;
}
.nav li .sub-nav li{
	text-align:center;
	clear:left;
	width:150px;
	height:40px;
	line-height:35px;
	position:relative;
	background:none;
}
.nav li .sub-nav li a{
	font-size:15px;
	height:39px;
	line-height:39px;
	width:100%;
	padding:0;
	display:inline-block;
}
.nav li .sub-nav .thrid-nav{
	position: absolute;
	top:5px;
	left: 150px;
	list-style: none;
	background-color:rgba(4,72,135,0.9);
	background:#044887\9; filter:alpha(opacity=90);
	display:none;
	z-index: 9999;
}
.nav .searchform{
	width:210px;
	background:none;
}
.search{
	width:150px;
	height: 24px;
	line-height: 24px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding-right: 5px;
	margin-top:7px;
	margin-left:10px;
	padding-left: 5px;
	font-size:12px;
	color: #7e7e7e;
}
.tijiao{
	width:36px;
	height:25px;
	background: url(/images/2018/go.png) no-repeat;
	background-size:29px 25px;
	text-indent: -9999px;
	border:none;
	margin-top:7px;
}
/*banner*/
.index_banner{
	position:relative;
}
.index_banner ul{
	overflow:hidden;
}
.index_banner li{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	width:100%;
	height: auto;
}
.index_banner li a{
	display:block;
	margin:0 auto;
}
.index_banner cite{
	position:absolute;
	bottom:10px;
	left:50%;
	z-index:999;
	display:block;
	margin-left:-144px;
	width:288px;
	height:15px;
	padding-left:100px;
	_display:none;
}
.index_banner cite span{
	float:left;
	display:block;
	margin:0 4px;
	width:40px;
	height:8px;
	background-color:#e5e5e5;
	text-indent:-999em;
	opacity:.8;
	cursor:pointer;
}
.index_banner cite span:hover{
	background-color:#f5f5f5;
}
.index_banner cite span.cur{
	background-color:#1d8bd8;
	cursor:default;
}
.clear{clear:both;}
.content .nei{
	width:1060px;
/*	height:180px;*/
	background:#FCFCFC; 
	padding:20px 10px;
}
/* nei1 */
.nei1 {
	width:510px;
	position:relative;
}
.nei1 h2 {
	font-size:16px;
	height:44px;
	color:#3366cc;
	margin-top:20px;
}
.nei1 dl dt {
	font-size:14px;
	color:#ff6600;
	margin-top:30px;
	font-weight:800;
}
.nei1 dl dt, .nei1 dl dd {
	line-height:22px;
}

/*尾部 白线*/
.footer{ border-top:1px solid #FFF; padding-top:5px;}
.footer_select li{ width:165px; height:32px; line-height:32px; background-image:url(bg_footer_input.png); text-indent:12px; margin-left:25px;}
.footer_select ul li:first-child{ margin-left:0;}
.footer_select{ font-size:14px; color:#333333;}
.footer_select p{ margin-top:10px;}
.fastlink{ width: 1140px; margin: 0 auto; line-height:50px; position:relative; margin-bottom:10px;}
.fastlink h4{ color:#333333; font-size:18px;}
.fastlink_ul{ position:absolute; left:280px; top:0; overflow:hidden; height:50px; width:800px;}
.fastlink li{ width:200px; color:#666666; font-size:18px; background-repeat:no-repeat; background-position:0 12px; text-indent:40px;}
.fl_left{ display:inline-block; width:19px; height:32px; background-image:url(foot_btn_left.png); position:absolute; left:160px; top:10px; cursor:pointer;}
.fl_right{ display:inline-block; width:19px; height:32px; background-image:url(foot_btn_right.png); position:absolute; right:40px; top:10px; cursor:pointer;}


/*底部*/
footer{ width:100%; background-color:#f2f2f2; margin-top:30px; padding:20px 0; color:#333333}
footer a{ color:#333333}
.footer{ width:1140px; margin:0 auto;}
.footer p{ line-height:28px;}
.footer p span{ padding:0 8px;}
.footer_logo{ width:300px; margin-right:20px;}
.footer_logo img{ margin-top:10px;}
.footer_ewm{ width:120px;}
.footer_ewm h6{ line-height:30px; text-indent:15px;}

.chn_logo{ width:100%; height:326px; background-position:center center; background-repeat:no-repeat;}

body{background: #fcfcfc;}


#vishidden {
	display:none
}
a {
	text-decoration:none;
	color:#3D3D3D;
}
a:visited {
	color:#3D3D3D;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
	color:#ff0000;
}
.title {
	font-size:22px;
	color:#3D3D3D;
	font-weight:bold;
	line-height:150%;
}
.title_w {
	font-size:23px;
	FONT-FAMILY:"微软雅黑";
	color:#3D3D3D;
	font-weight:bold;
	line-height:150%;
}
.bt_link {
	font-size:12px;
	text-decoration:none;
	color:#3d3d3d;
}
.bt_link_w {
	font-size:13px;
	FONT-FAMILY: "微软雅黑";
	text-decoration:none;
	color:#3d3d3d;
}
.bt_linkb {
	font-size:14px;
	text-decoration:none;
	color:#3d3d3d;
}
.bt_linkb_w {
	font-size:15px;
	FONT-FAMILY: "微软雅黑";
	text-decoration:none;
	color:#3d3d3d;
}
.bt_content {
	font-size:14px;
	text-decoration:none;
	color:#3D3D3D;
	line-height:26px;
}
.bt_content_w {
	font-size:15px;
	FONT-FAMILY:"微软雅黑";
	text-decoration:none;
	color:#3D3D3D;
	line-height:26px;
}
.bt_time {
	font-size:12px;
	color:#999999;
	FONT-FAMILY:Verdana
}
.bt_date {
	font-size:12px;
	color:#999999;
	FONT-FAMILY:Verdana
}
.bt_more {
	font-size:12px;
	color:#3D3D3D
}
a.bt_more {
	text-decoration:none;
	color:#3d3d3d;
}
a.bt_more:visited {
	text-decoration:none;
	color:#3d3d3d;
}
a.bt_more:hover {
	text-decoration:none;
	color:#ff0000;
}
.bt_more_w {
	font-size:13px;
	color:#3D3D3D
}
a.bt_more_w {
	text-decoration:none;
	color:#3d3d3d;
}
a.bt_more_w:visited {
	text-decoration:none;
	color:#3d3d3d;
}
a.bt_more_w:hover {
	text-decoration:none;
	color:#ff0000;
}
.bt_unline {
	border-bottom:#999999 dashed 1px;
}
a.white {
	text-decoration:none;
	color:#ffffff;
	font-size:14px;
	font-weight:bold
}
a.white:visited {
	color:#ffffff;
	font-size:14px;
	font-weight:bold
}
a.white:hover {
	color:#ff0000;
	font-size:14px;
	font-weight:bold
}
a.white_w {
	text-decoration:none;
	color:#ffffff;
	FONT-FAMILY:"微软雅黑";
	font-size:15px;
}
a.white_w:visited {
	color:#ffffff;
	FONT-FAMILY:"微软雅黑";
	font-size:15px;
}
a.white_w:hover {
	color:#ffffff;
	FONT-FAMILY:"微软雅黑";
	font-size:15px;
}


.w1100{width: 98%;margin: 0 auto;max-width: 1100px;}
ul{list-style: none;}
h3,h4{font-weight: normal;}
.clearfix:before,.clearfix:after{content:'';display:table}
.clearfix:after{clear:both}
.clearfix,.zm{*zoom:1}
.left{float: left;}
.right{float: right;}
.mr0{margin-right: 0;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.ml15{margin-left: 15px;}

/*通报*/
.cont_wrp{}
.w1135{max-width: 1140px;margin: 0 auto;background: #fff;width: 100%;}
.big_tb{text-align: center;padding: 20px 0;font-weight: bold;}
.big_tb a{color: #003585;font-size: 40px;font-family: "宋体";}

/*box1*/
.box1,.box2,.box3{height: auto;overflow: hidden;}
.box1_lf{width: 56%;height: 300px;position: relative;}
.slide_txt1 .hd{border-bottom: 2px solid #dcdcdc;}
.slide_txt1 .hd ul{height: 42px;position: relative;}
.slide_txt1 .hd ul li{float: left;/*margin-right:25px;*/height: auto;overflow: hidden;}
.slide_txt1 .hd ul li a{float: left;}
.slide_txt1 .hd ul li span{border-right: 1px solid #dcdcdc;float: left;height: 18px;margin: 12px 10px 0 0;}
.slide_txt1 .hd ul li .name{color: #333;padding: 9px 15px;font-size: 17px;}
.slide_txt1 .hd ul li.on .name{color: #215da3;font-weight: bold;border-bottom: 2px solid #215da3;background: url(/images/2018/left_red.jpg) no-repeat left center;}
.slide_txt1 .hd li .more{position: absolute;top: 12px;right: 0;display: none;}
.slide_txt1 .hd li.on .more{display: block;}
.slide_txt1 .bd ul{zoom:1;}
.slide_txt1 .bd a,.slide_txt2 .bd a,.slide_txt1_in .inbd a{display: block;width: 100%;height: 40px;border-bottom: 1px dotted #dcdcdc;line-height: 40px;position: relative;font-size: 17px;zoom:1;}
.slide_txt1 .bd a span,.slide_txt2 .bd a span,.slide_txt1_in .inbd a span{position: absolute;right: 8px;top: 0;color: #999999;font-size: 15px;}

.lhsj img{display: block;width: 100%;height: 114px;}

.box1_rg{width: 42%;background: #f4f4f4;}
.box1_rg h3{height: auto;overflow: hidden;padding: 2%;border-bottom: 1px solid #fff;background: #eeeeee;}
.box1_rg h3 a{float: left;width: 24%;text-align: center;font-size: 14px;color: #333333;background: #fff;margin-right: 1.2%;padding-bottom: 10px;}
.box1_rg h3 a.mr0{margin-right: 0;}
.box1_rg h3 a img{display: block;margin: 20px auto 10px;}
.box1_rg dl{padding:0 20px 20px;height: 285px;}
.box1_rg dl dt{position: relative;height: 58px;line-height: 58px;padding-bottom: 0;}
.box1_rg dl dt b{font-size: 17px;color: #215da3;}
.box1_rg dl dt a{font-size: 15px;color: #999999;position: absolute;top: 0;right: 0;height: 38px;line-height: 38px;}
.box1_rg dl dd{height: auto;overflow: hidden;font-size: 17px;border-bottom: 1px solid #d2d2d2;padding: 7px 0;}
.box1_rg dl dd.bnone{border-bottom: 0;}
.box1_rg dl dd span{float: left;padding: 5px 5px 0 0;font-family: "宋体";}
.box1_rg dl dd a{float: left;width: 94%;line-height: 33px;max-height: 66px;overflow: hidden;}

.box_tit{border-bottom: 2px solid #dcdcdc;position: relative;height: 42px;}
.box_tit b{border-bottom: 2px solid #215da3;padding: 9px 0;color: #215da3;font-size: 17px;float: left;}
.box_tit b a{color: #215da3;padding-left: 15px;background: url(/images/2018/left_red.jpg) no-repeat left center;}
.box_tit a.more{position: absolute;top: 15px;right: 0;color: #999999;font-size: 15px;}
.box2_lf,.box2_rg{width: 49%;}
.slide_txt2 .hd ul,.slide_txt1_in .inhd ul{height: auto;overflow: hidden;background: #f6f6f6;padding: 7px 0 7px 10px;margin: 15px 0 5px;}
.slide_txt2 .hd ul li,.slide_txt1_in .inhd ul li{float: left;height: 20px;overflow: hidden;}
.slide_txt2 .hd ul li a,.slide_txt1_in .inhd ul li a{color: #333333;font-size: 1em;padding: 0 0.5em;border-right: 1px solid #dcdcdc;line-height: 18px;height: 18px;display: inline;border-bottom: 0;}
.slide_txt2 .hd ul li a.bnone,.slide_txt1_in .inhd ul li a.bnone{border-right: 0;}
.slide_txt2 .hd ul li.on a,.slide_txt1 .inhd ul li.on a{color: #1960b3;}
.slide_txt2 .bd a b,.slide_txt1 .bd a b,.slide_txt1_in .inbd a b{font-family: "宋体";padding-right: 10px;float: left;}
.slide_txt1 .bd a i,.slide_txt2 .bd a i,.slide_txt1_in .inbd a i{float: left;width: 84%;font-style: normal;word-break: keep-all;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-left: 20px;background: url(/images/2018/dot.jpg) no-repeat 3px center;}
.slide_txt1_in .inhd{padding-top: 15px;}
.slide_txt1_in .inhd ul{margin-top: 0;}
.box3_lf{width: 33%;}
.box3_rg{width: 66%;}

.box3_lf .jb{display: block;height: 70px;line-height: 70px;background: url(index9.png) no-repeat 35px center #f8b551;margin-bottom: 10px;color: #fff;font-size: 24px;padding-left: 80px;}
.box3_lf .eml{display: block;height: 70px;line-height: 70px;background: url(index10.png) no-repeat 35px center #2eb2ef;margin-bottom: 10px;color: #fff;font-size: 24px;padding-left: 80px;}
.box3_rg p a{background: #ececec;}

.dffz_sld{border-top: 3px solid #1960b3;padding-bottom: 10px;}
.dffz_sld .hd ul{height: auto;overflow: hidden;padding: 10px 0;}
.dffz_sld .hd li{float: left;font-weight: bold;color: #666666;font-size: 17px;cursor: pointer;padding: 0 20px;border-right: 1px solid #999999;height: 20px;line-height: 20px;}
.dffz_sld .hd li.on{color: #1960b3;}
.dffz_sld .bd li{height: auto;overflow: hidden;width:100%}
.dffz_sld .bd li a{line-height: 28px;font-size: 15px;padding: 0 18px;}

/*栏目页样式*/
.w1140{width: 100%;margin: 0 auto;background: #fff;max-width: 1140px;}
.lmwrp_m{height: auto;overflow: hidden;position: relative;min-height: 500px;}
/*.lm_mlf{width: 280px;background: #f6f6f6;min-height: 5000px;position: absolute;left: 0;top: 0;}*/
.lm_mlf{width: 280px; min-height: 5000px;position: absolute;left: 0;top: 0;}
.lm_mlf p{background: url(left_bg02.jpg) left repeat-y;}
.lm_mrg{overflow: hidden;background: #fff;margin-left: 300px;}
.dqwz{ background:url(dqwz.jpg) 10px no-repeat; padding:15px 0 15px 35px; font-size:15px; color:#444;width: 93%;margin: 0 auto;border-bottom: 1px solid #ccc;}
.dqwz a{font-size:15px; color:#444;}
.dqwz span{font-size:15px; color:#444; font-family:宋体; padding:0 5px;}
.lmcontent{ border-top:2px #0f5fd2 solid}
.dqlm{ border-left:5px #dc2a27 solid; height:24px; font-size:22px; color:#1170b9; line-height:24px; margin:20px 0 20px 30px; padding-left:10px;}
.dqlm2bg{width:1100px;height:40px; margin:20px auto 0; border-bottom:solid 1px #0c4aa8; overflow:hidden;}
.dqlm2{ display:block;font-weight: bold;padding-left:15px;height:25px;line-height:20px;margin-top:10px;border-left:5px solid #0c4aa8;font-size:17px; color:#0c4aa8; }
.dqlm2 a{color: #0c4aa8;}
.lmlb { width:1100px; overflow:hidden; margin:0 auto; }
.lmlb li { border-bottom:1px #c4c4c4 dashed;position: relative; line-height:45px; overflow:hidden;height: auto; background:url(txtdot.png) left center no-repeat; padding-left:15px; }
.lmlb li a { float:left; font-size:17px; color:#3a3a3a; width:680px;overflow:hidden; text-overflow:ellipsis;  }
.lmlb li a:hover { color:#2389d4;  }
.lmlb li span {font-size:14px; color:#787878; overflow:hidden;float: right;position: absolute;right: 0;top: 0;}
/* 180318add down*/
.lmlb2 li { border-bottom:1px #c4c4c4 dashed;position: relative; line-height:30px; overflow:hidden;height: auto; background:url(txtdot2.png) left top no-repeat; padding-left:20px;padding-top:10px; }
.lmlb2 li a { float:left; font-size:17px; color:#3a3a3a; width:680px;overflow:hidden; text-overflow:ellipsis;  }
.lmlb2 li a:hover { color:#2389d4;  }
.lmlb2 li span {font-size:14px; color:#787878; overflow:hidden;float: right;position: absolute;right: 0;top: 10;}


/*.flm{ height:50px; padding-left:35px; background-color:#215da3; color:#fff; font-size:19px; font-weight:bold;line-height: 50px;}*/
.flm{ height:60px; padding-left:35px; background:url(left_bg01.jpg) top left no-repeat; color:#fff; font-size:19px; font-weight:bold;line-height: 50px;}
.flm span{display:block; background:url(left_qz_02.jpg) 210px 16px no-repeat;}
/*.tjlm{ height:50px; padding-left:40px; border-left:solid 5px #d4d4d4; border-top:solid 1px #fff; background:url(houzui.jpg) 230px 15px no-repeat; font-size:17px; font-weight:bold;display: block;line-height: 50px;}*/
.tjlm{height: 50px;padding-left: 40px;border-top: solid 1px #fff;background: url(left_qz_04.jpg) 245px 15px no-repeat;font-size: 17px;font-weight: bold;display: block;line-height: 50px;}
.lmcontent{ border-top:none;}
.dqlm2bg{width:100%;}
.lmlb{width:100%;max-width: 1040px;}

/*文章页*/
.art_wrp{width: 90% !important;}
.sp_time{    display: block;
    height: 40px;
    background: #f9f9f9;
    line-height: 40px;font-size: 13px;color: #333;}
    .sp_time font{display: inline-block;width: 25%;text-align: center;font-size: 13px;}
			.art_tit{
    text-align: center;
    font-size: 26px;
    color: #333;
    padding: 20px 0;}
    #zoom{line-height: 180% !important;color: #333;}
    .next a{display:inline;}
    .sp_time font{font-size: 15px;}
.sp_time{text-align:center;}
.sp_time font{width:24.5%;}
#zoom table{margin-left:0 !important;margin-right:0 !important;margin:0 auto !important;}
#zoom img{margin:0 auto !important;}


/*分页样式2*/
.showpage .epages {
	text-align: center;
	}
.epages{margin:3px 0;font:11px/12px Tahoma}
.epages *{vertical-align:middle;}
.epages a{padding:1px 4px 1px;border:1px solid #A6CBE7;margin:0 1px 0 0;text-align:center;text-decoration:none;font:normal 12px/14px verdana;}
.epages a:hover{border:#659B28 1px solid;background:#f3f8ef;text-decoration:none;color:#004c7d}
.epages input{margin-bottom:0px;border:1px solid #659B28;height:15px;font:bold 12px/15px Verdana;padding-bottom:1px;padding-left:1px;margin-right:1px;color:#659B28;}


